home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / c / cm100exe.zip / CM100EXE.EXE / SAMPLES / WINDOWS / HW.RC < prev    next >
Text File  |  1991-11-16  |  276b  |  18 lines

  1. /* hw.rc - Resource-script file for hw.exe */
  2.  
  3. #include <windows.h>
  4. #include "hw.h"
  5.  
  6. HelloWorld ICON hw.ico
  7.  
  8. #include "hw.dlg"
  9. /* CMAKE - INCLUDE END */
  10.  
  11. HWMenu MENU
  12. BEGIN
  13.     POPUP        "&Help"
  14.     BEGIN
  15.         MENUITEM "&About...", IDM_ABOUT
  16.     END
  17. END
  18.